home *** CD-ROM | disk | FTP | other *** search
/ SunSoft Catalyst CDWARE 1996 May to August / Catalyst CDWARE 1996 May to August.iso / .products / FSA / anim.bck / jpg next >
Text File  |  1996-02-02  |  88b  |  8 lines

  1. #!/bin/sh
  2. count=1
  3. while  true
  4. do
  5.     mv t$count.gif T$count.gif;
  6.     count = $count + 1;
  7. done
  8.